cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/28 - Music Player/
* {
margin: 0;
padding: 0%;
box-sizing: border-box;
font-size: 62.5%;
font-family: "sans";
}
margin: 0;
padding: 0%;
box-sizing: border-box;
font-size: 62.5%;
font-family: "sans";
}
let play = document.getElementById("Play");
let previous = document.getElementById("Previous");
let next = document.getElementBy
let previous = document.getElementById("Previous");
let next = document.getElementBy